projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8288925
)
Fixed reference to free variable.
author
John Wiegley
<johnw@newartisans.com>
Thu, 10 May 2001 03:52:13 +0000
(
03:52
+0000)
committer
John Wiegley
<johnw@newartisans.com>
Thu, 10 May 2001 03:52:13 +0000
(
03:52
+0000)
lisp/eshell/esh-cmd.el
patch
|
blob
|
history
diff --git
a/lisp/eshell/esh-cmd.el
b/lisp/eshell/esh-cmd.el
index ef64fa95867780876613c6964dec906e94bfd424..79df4d5ffbaa3ed1f94de7e338805fcc760d19da 100644
(file)
--- a/
lisp/eshell/esh-cmd.el
+++ b/
lisp/eshell/esh-cmd.el
@@
-1401,7
+1401,7
@@
messages, and errors."
(if (and (stringp arg)
(> (length arg) 0)
(get-text-property 0 'number arg))
- (setcar a (string-to-number arg))))
+ (setcar a
rgs
(string-to-number arg))))
(setq args (cdr args))))
(eshell-apply object eshell-last-arguments))
(setq eshell-last-arguments args